From: Glenn Morris Date: Mon, 19 Nov 2007 00:08:23 +0000 (+0000) Subject: (recentf-expand-file-name): Declare as function. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~25773 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b581d2ea49dcee6b92b264bca07dbec64faaa550;p=emacs.git (recentf-expand-file-name): Declare as function. --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 5e398d46ccf..b90892fdd29 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -4126,6 +4126,9 @@ if only the first line of the docstring is shown.")) (setq user-init-file default-init-file)) user-init-file)))) +;; If recentf-mode is non-nil, this is defined. +(declare-function recentf-expand-file-name "recentf" (name)) + ;;;###autoload (defun custom-save-all () "Save all customizations in `custom-file'."